property SupplierId: String;
procedure OnMapEvent(var Value:Variant);
begin
Value := Partner.SupplierId;
end;
Returns the Supplier Id of the active partner within your system. Only available if See "Partner.PartnerType" is fptSupplier otherwise this will return blank string.